home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TEDITDBDLG / TEDITDBDLG.txt
Text File  |  1997-05-14  |  2KB  |  110 lines

  1. object EditDbDlg: TEditDbDlg
  2.   Left = 153
  3.   Top = 188
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Database Information'
  7.   ClientHeight = 150
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 129
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 95
  30.     Height = 13
  31.     Caption = 'Database Name:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 56
  36.     Width = 127
  37.     Height = 13
  38.     Caption = 'Database Description:'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 16
  42.     Top = 98
  43.     Width = 90
  44.     Height = 13
  45.     Caption = 'Disk File Name:'
  46.   end
  47.   object OKBtn: TBitBtn
  48.     Left = 300
  49.     Top = 8
  50.     Width = 77
  51.     Height = 27
  52.     Caption = '&OK'
  53.     TabOrder = 0
  54.     Kind = bkOK
  55.     Margin = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object CancelBtn: TBitBtn
  60.     Left = 300
  61.     Top = 40
  62.     Width = 77
  63.     Height = 27
  64.     Caption = '&Cancel'
  65.     TabOrder = 1
  66.     Kind = bkCancel
  67.     Margin = 2
  68.     Spacing = -1
  69.     IsControl = True
  70.   end
  71.   object HelpBtn: TBitBtn
  72.     Left = 300
  73.     Top = 72
  74.     Width = 77
  75.     Height = 27
  76.     TabOrder = 2
  77.     Kind = bkHelp
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object Edit1: TEdit
  83.     Left = 16
  84.     Top = 32
  85.     Width = 121
  86.     Height = 20
  87.     Hint = 'Enter Database Name Here'
  88.     TabOrder = 3
  89.   end
  90.   object Edit2: TEdit
  91.     Left = 16
  92.     Top = 72
  93.     Width = 265
  94.     Height = 20
  95.     Hint = 'Enter Database Description Here'
  96.     MaxLength = 250
  97.     TabOrder = 4
  98.   end
  99.   object Edit3: TEdit
  100.     Left = 16
  101.     Top = 112
  102.     Width = 121
  103.     Height = 20
  104.     Hint = 'File Name As Created On Hard Disk (*.DBF, *.DBT, *.MDX)'
  105.     Color = clSilver
  106.     ReadOnly = True
  107.     TabOrder = 5
  108.   end
  109. end
  110.